' . __( 'Direct script access denied.', 'articled') . '' ); } if( ! class_exists( 'articled' ) ) { class articled { public function __construct( ) { } public function createNotice( $text = '', $is_dismisable = true, $id = '' ){ $called_class = 'articledNotice'; return new $called_class( $args ); } } }