Viewing 1 replies (of 1 total)
  • Plugin Author Alexander Herdt

    (@alexanderherdt)

    Hi,
    yes, it’s a bug. This is already answered in one of a prev topics:

    In the wpdmp-admin.php, replace this (in the wpdmp_admin_script() function):
    if ($_GET[‘page’] != ‘wpdmp_settings’){
    by this:
    if ($_GET[‘page’] != ‘wpdmp_settings’ && strpos($_GET[‘page’],’wpdmp_’)===0){

Viewing 1 replies (of 1 total)
  • The topic ‘If activated, I can't add featured images to posts’ is closed to new replies.