Inside_Layout
Class Inside_Layout
Source
File: includes/modules/custom_layouts/admin/inside_layout.php
Expand full source code Collapse full source code View on Github
Methods
- __clone — Cloning is forbidden.
- __wakeup — Un-serializing instances of this class is forbidden.
- add_to_rules — Add to the inside rules array.
- count_blocks — Method to count main blocks and insert content.
- count_blocks_html — Method to count blocks via HTML regex parse and insert content.
- count_headings — Method to count headings and insert content.
- count_headings_html — Method to count headings via HTML regex parse and insert content.
- filter_block — Add inside custom content.
- filter_content — Add inside custom content. HTML parse.
- get_builder_blocks — Return the builder blocks in HTML context.
- get_inside_content — Return the results of the render as string.
- get_instance — Return an instance of the class.
- init — Init main hook.
- register_hooks — Trigger `neve_do_inside_content` hook, and store the content.
- set_display — Set $display property.
- set_events_no — Set $events_no property.
- set_options — Set properties before render for the active custom layout.