add_control( 'author_id', [ 'section' => 'settings', 'type' => QueryModule::QUERY_CONTROL_ID, 'select2options' => [ 'dropdownCssClass' => 'elementor-conditions-select2-dropdown', ], 'autocomplete' => [ 'object' => QueryModule::QUERY_OBJECT_AUTHOR, ], ] ); } }