/home/techb158/public_html/wp-content/plugins/elementor/modules/library/documents
NameSizeModeActions
container.php11180666editdlrm
library-document.php18630666editdlrm
not-supported.php14650666editdlrm
page.php18740666editdlrm
section.php9500666editdlrm
Edit: /home/techb158/public_html/wp-content/plugins/elementor/modules/library/documents/page.php (1874B)
get_main_id(); } /** * @since 3.1.0 * @access protected */ protected function register_controls() { parent::register_controls(); Post::register_hide_title_control( $this ); Post::register_style_controls( $this ); } protected function get_remote_library_config() { $config = parent::get_remote_library_config(); $config['type'] = 'page'; $config['default_route'] = 'templates/pages'; return $config; } }