Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KaineLabs/71de0cbbe0adf7157b098d01ec7bfa3a to your computer and use it in GitHub Desktop.
Save KaineLabs/71de0cbbe0adf7157b098d01ec7bfa3a to your computer and use it in GitHub Desktop.
Enable Onesocial Theme Widgets Settings
/**
* Enable Onesocial Theme Widgets Settings.
*/
function yz_enable_onesocial_theme_widgets_settings() {
// Remove Action.
remove_action( 'wp', 'onesocial_bp_remove_nav_item' );
}
add_action('init' ,'yz_enable_onesocial_theme_widgets_settings');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment