count_all_modal_themes()


Description Description


Source Source

File: includes/importer/easy-modal-v2/model/theme.php

	function count_all_modal_themes() {
		global $wpdb;

		return (int) $wpdb->get_var( "SELECT COUNT(*) FROM  {$wpdb->prefix}em_themes WHERE is_trash = 0" );
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.