Support » Plugin: Custom Upload Dir » get_the_post_thumbnail() を使うと不具合があります

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ulfben

    (@ulfben)

    The development version (3.4.3) had been tagged stable. I’ve cloned the last good version and renumbered to 3.4.3.1 to force WordPress to push the “upgrade” out to everyone.

    Should get you back on stable grounds again.

    Thread Starter sapphirus

    (@sapphirus)

    (line 29) comment out:

    //add_filter(‘upload_dir’, ‘cud_custom_upload_dir’);

    (line 124) uncomment:

    add_filter(‘upload_dir’, ‘cud_custom_upload_dir’);

    It became normal in the above changes. (version 3.4.3)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘get_the_post_thumbnail() を使うと不具合があります’ is closed to new replies.