File "post-author-condition.php"
Full Path: /home/diablzlo/glucosebalnce.com/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/post-author-condition.php
File size: 240 bytes
MIME-type: text/x-php
Charset: utf-8
<?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';
}
}