Remove PDF Logo Option

User
The PDF generator has been updated, this update may mean your logo is not displaying on the PDF invoice.

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

Assistant
If you want to remove the "Set Resources Folder" option from the PDF Invoices settings, you can achieve this by following these steps:

### 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'

Leave a Comment

Your email address will not be published. Required fields are marked *