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