• Resolved jstc

    (@jstc)


    I apologize, I meant no harm. I didn’t know how to give feedback or contact the author, hence the previous comment reply. It seems the plugin is currently incompatible with the latest version of WordPress and easily conflicts with other plugins. The issue is with the options-data.php file where 'all' => esc_html__('All Pages', 'debloat').
    ‘single’ => esc_html__(‘Single Post/Article’, ‘debloat’),
    ‘pages’ => esc_html__(‘Pages’, ‘delobat’),
    ‘home’ => esc_html__(‘Homepage’, ‘delobat’),
    ‘archives’ => esc_html__(‘Archives’, ‘delobat’),
    ‘categories’ => esc_html__(‘Categories’, ‘delobat’),
    ‘search’ => esc_html__(‘Search’, ‘delobat’),
    Is it a spelling mistake or something else?
    Then it seems that changing add_action('plugins_loaded', array($plugin, 'init')); to add_action('init', array($plugin, 'init')); in the bootstrap.php and plugin.php files resolves the compatibility issue, but I’m not sure. Hopefully, the author will update the version.

You must be logged in to reply to this topic.