Remove PDF Logo Option
December 3, 2024 ยท AI Conversations
If your logo is missing from the invoice you can set the "Set Resources Folder" option to "Yes" in the PDF Invoices Settings.
More information is available in the PDF Invoices Documentation.
remove this option
### 1. **Locate the Setting in the Plugin Code**
– Identify the file where the PDF Invoices plugin defines its settings. This is often found in the plugin's `admin` folder or a similar directory.
– Search for the text *"Set Resources Folder"* in the plugin files to locate the corresponding code.
### 2. **Remove or Comment Out the Code**
– Once you locate the code responsible for adding this setting (usually an array or function call defining plugin settings), you can remove it or comment it out. For example:
“`php
// Example of the setting array
'set_resources_folder' => array(
'title' => __('Set Resources Folder', 'text-domain'),
'type'