text = $text; return $this; } public function output( $post, $args = array() ) { if( !$this->output_block( $post, $args ) ) return ''; $output = $this->before_output(); $text = do_shortcode( $this->text ); $output .= 'style() . '>' . $text . ''; return $this->after_output( $output, $post ); } }