Skip to content

Instantly share code, notes, and snippets.

@deckerweb
Created January 19, 2014 22:04
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 deckerweb/8511594 to your computer and use it in GitHub Desktop.
Save deckerweb/8511594 to your computer and use it in GitHub Desktop.
Genesis Featured Page Extras plugin v1.0.0 or higher -- helper functions, plus filters for customizing and branding
<?php
/** Do NOT include the opening php tag */
/** Genesis Featured Page Extras: Remove Widgets Shortcode Support */
add_filter( 'gfpe_filter_widget_shortcodes', '__return_false' );
@deckerweb
Copy link
Author

Note: The above codes work with plugin version 1.0.0 or higher!

Extended explanation can be found at the plugin's page "FAQ" section at the bottom:
https://wordpress.org/plugins/genesis-featured-page-extras/faq/

Download "Genesis Featured Page Extras" plugin at wordpress.org:
https://wordpress.org/plugins/genesis-featured-page-extras/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment