Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
perpending
/
wp-content
/
plugins
/
elementor-pro
/
modules
/
display-conditions
/
conditions
:
post-author-condition.php
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
<?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'; } }