Skip to content

Filter by:

All Filters
NameReturnUsage
wpex_google_font_enqueue_weightsarrayReturns array of font-weights to be used for the enqueued Google fonts by the theme.
wpex_{post_type}_single_thumbnail_argsarrayReturns arguments for the entry post thumbnail for any custom post type using the theme’s cpt-entry-media.php template file
totaltheme/cpt/single_blocksarrayReturns correct layout for the single post type display.
wpex_vc_css_idsarrayReturns an array of post/page ID's that will be checked for WPbakery custom CSS and if CSS is found that CSS will be loaded for all pages.
wpex_get_schema_markupstringReturns correct schema markup for specific theme locations.
wpex_has_next_prevboolWhether a post should display the next/previous links.
wpex_typography_settingsarrayArray of typography settings. Can be used to remove or add settings.
wpex_custom_widgetsarrayArray of custom widgets added by the theme. Should be used only to remove widgets you don't want.
wpex_has_breadcrumbsboolReturn true to display breadcrumbs.
wpex_gallery_metabox_post_typesarrayArray of post types that should have the "Gallery Metabox" in the admin.
Back To Top