modal_id = $modal_id; $this->modal_title = $modal_title; $this->modal_content = $modal_html_content; return $this; } protected function the_modal_css(){ if( static::$css_loaded === false ){ ?> the_modal_css(); ?>
×

modal_title; ?>

modal_content; ?>

the_modal_js(); } }