?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/demo2-old/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/



?? Go up: /home/webdevt/www/demo2-old/wp-content/plugins/elementor-pro/modules/display-conditions

?? Viewing: post-author-condition.php

<?php
namespace ElementorPro\Modules\DisplayConditions\Conditions;

class Post_Author_Condition extends Page_Author_Condition {

	public function get_name() {
		return 'post_author';
	}

	public function get_group() {
		return 'post';
	}
}


??

??