/home/techb158/public_html/wp-content/plugins/elementor/modules/library/traits
Edit: /home/techb158/public_html/wp-content/plugins/elementor/modules/library/traits/library.php (1042B)
get_name() );
// PHPCS - Not a user input
printf( '
%s', $admin_filter_url, $this->get_title() ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
}
/**
* Save document type.
*
* Set new/updated document type.
*
* @since 3.1.0
* @access public
*/
public function save_template_type() {
parent::save_template_type();
wp_set_object_terms( $this->post->ID, $this->get_name(), Source_Local::TAXONOMY_TYPE_SLUG );
}
}