Fix ajax forms not loading because the ajax endpoint is not in WP_ADMIN

This commit is contained in:
David Stone
2024-12-18 10:00:05 -07:00
parent 1bddec13a4
commit a6dfca6d9f

View File

@ -206,13 +206,11 @@ final class WP_Ultimo {
do_action('wp_ultimo_load');
});
if ( defined( 'WP_ADMIN' ) && WP_ADMIN ) {
/*
* Loads admin pages
* @todo: move this to a manager in the future?
*/
$this->load_admin_pages();
}
} // end init;