Metabox_Settings
Class Metabox_Settings
Source
File: inc/views/pluggable/metabox_settings.php
Expand full source code Collapse full source code View on Github
Methods
- add_button_shadow_styles — Add button shadow styles if used.
- body_classes — Add body classes contextually.
- content_width — Add content width.
- editor_content_width — Set editor width.
- filter_author_avatar_display — Filter the display of author avatar
- filter_components_toggle — Filter components that will be shown.
- filter_container_class — Filter the container class based on meta.
- filter_post_elements — Post elements order for title components.
- filter_sidebar_position — Change sidebar position based on meta.
- filter_title_alignment — Filter title alignment.
- filter_title_alignment_style — Filters the styles provided and adds specific vars for post title if meta exists.
- get_container_type — Get continer type for current post.
- get_content_width — Get content width, if any.
- get_content_width_default — Get content width status.
- get_content_width_status_default — Get content width status default.
- get_current_layout — Return container type for the selected post.
- get_post_id — Get the post id.
- has_settings — Check if we should account for the meta settings.
- init — Function that is run after instantiation.
- is_blog_static — Check if the blog is set to a static page.
- is_not_woo_shop — If WooCommerce does not exist or if ir exists and page is not shop This also touches the following issues: Codeinwp/neve-pro-addon/issues/999 Codeinwp/neve/issues/2790