/home/techb158/public_html/wp-content/plugins/elementor/modules/library/documents
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;
}
}