Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Eric McNiece

    (@emcniece)

    Aw… totally missed the excerpt sentence request ??

    Hi, I’ve tried your code as I needed to implement thumbnails for a client and I gotta say it works great. Would be awesome if this got added to the plugin.

    Only thing is I get this warning next to the checkboxes for the post types:

    Warning: in_array() expects parameter 2 to be array, null given in …\plugins\latest-custom-post-type-updates\options.php on line 190

    Any idea what causes this?

    thanks!

    Thread Starter Eric McNiece

    (@emcniece)

    Yeah, the issue is addressed over here: https://www.ads-software.com/support/topic/plugin-latest-custom-post-type-updates-bug-?replies=1

    Are you comfortable with editing code? The widget page code starts around line 166 of options.php. I might be able to post another version of the file…

    Though I think if you save the widget and refresh the page, the error goes away.

    Ah ok, didn’t see that, my mistake.

    Thanks again for adding the extra functionalities to this plugin, it really helps.

    Plugin Contributor David Wood

    (@technical_mastermind)

    My latest version of the plugin is out and it SHOULD be fully compatible with the changes that Eric added as well as my previous versions. You will probably need to manually update the plugin by downloading the latest version from the plugin repository and uploading it to the server if you updated to Eric’s version.

    Eric, thanks for the complements on my code. Sorry it took me so long to get to this, being in school while working doesn’t leave much free time for stuff like this. Your additions did give me some new ideas about how to set stuff up.

    UPDATE
    Alternatively, you can simply remove the following line from the beginning of the plugins index.php file and the update will eventually show up in the admin area.
    add_filter('site_transient_update_plugins', 'lcptu_remove_update_nag');

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Latest Custom Post Type Updates] A few updates!’ is closed to new replies.