Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: display_posts clarification

New Front EN Support Forums Sensei Theme Support display_posts clarification Reply To: display_posts clarification

#6983
mmsatori
Keymaster

Hey Michele,

there’s no back-end switch to deactivate the built-in plugins, yet you can do that via the theme’s “functions.php” file (located in the theme root): replace line 683 from this:

include_once( get_template_directory(). '/includes/shortcodes-ultimate/shortcodes-ultimate.php' );

to this:

// include_once( get_template_directory(). '/includes/shortcodes-ultimate/shortcodes-ultimate.php' );

Sincerely,
Andrii / Satori Studio