• Resolved DJABHipHop

    (@pressthemes1)


    //* Prevent WordPress from compressing image
    sadd_filter( ‘jpeg_quality’, create_function( ”, ‘return 100;’ ) );

    //* Add the ability to use shortcodes in widgets
    add_filter( ‘widget_text’, ‘do_shortcode’ );

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

    (@pressthemes1)

    ????????Please aloe this in the free version??????????
    add_filter(‘login_display_language_dropdown’, ‘__return_false’);

    Plugin Author Bowo

    (@qriouslad)

    All of these are simple snippets you can put in your theme’s functions.php, or via a code snippet plugin. I suggest doing that for now. Your suggestions have been well noted.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.