• Resolved teeboy4real

    (@teeboy4real)


    Hello,

    Please I would just like to ask if this constant define( “PRESELECT_AD_CATEGORY_USE_DTD”, true ); can be added to child theme function.php file instead of wp-config.php

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter teeboy4real

    (@teeboy4real)

    Also what about this constants in functions.php

    // delete the ads 30 days after expiration
    define( "AUTO_DELETE_EXPIRED_DELTA", 30 );
    // skip the trash and delete ads permanently
    define( "AUTO_DELETE_EXPIRED_FORCE_DELETE", true );
    // also delete the ad attachments
    define( "AUTO_DELETE_EXPIRED_ATTACHMENTS", true );
    Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    ideally, the constants should be in the wp-config.php file, they might work correctly if are placed in the theme functions.php file, but to be sure double-check if everything is working correctly after adding them there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘question’ is closed to new replies.