EP_Test_Base::filter_post_sync_args PHP Méthode

filter_post_sync_args() public méthode

Helper function to check post sync args
Since: 1.0
public filter_post_sync_args ( $post_args )
    public function filter_post_sync_args($post_args)
    {
        $this->applied_filters['ep_post_sync_args'] = $post_args;
        return $post_args;
    }