• Having a little issue with following;
    NOTICE: wp-content\plugins\custom-post-template\custom-post-templates.php:112 – Undefined index: custom_post_template_present
    (In postings/pages, it appears at moment when I have Debug Bar tool active. It only shows the notice in back-end not in front-end)

    That specific line(in that php file) shows following code:
    $action_needed = (bool) @ $_POST[ 'custom_post_template_present' ];

    Would be nice to know what it exactly means and if there is a workaround or some other solution.

    Tnx in advance for all the time/effort.

    Btw, a very nice plugin!

    http://wordpress.org/extend/plugins/custom-post-template/

  • The topic ‘[Plugin: Custom Post Template] Undefined index notice’ is closed to new replies.