makeitworkpress / wp-custom-fields

WP Custom Fields is an options, metabox and customizer framework for WordPress aimed at speeding-up plug-in and theme development.
https://makeitwork.press/scripts/wp-custom-fields/
GNU General Public License v3.0
70 stars 15 forks source link

does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. #4

Closed RobertGard closed 2 years ago

RobertGard commented 4 years ago

image

Tell me what to do with this problem? WordPress gives me this error: "Uncaught Error: Class 'MakeitWorkPress \ WP_Custom_Fields \ Framework' not found in ..."

leichim commented 4 years ago

Will add this to the dev-list. In the meantime, you can use the manual autoloader script as defined in the homepage of the wiki (loads all classes within /classes/ and /vendor/makeitworkpress/ vendor files.