wpseo_elementor_hidden_fields

wpseo_elementor_hidden_fields

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_elementor_hidden_fields') is found 1 times:

  • /src/integrations/third-party/elementor.php line 533
    			\esc_attr( $this->get_post_slug() )
    		);
    
    		// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Output should be escaped in the filter.
    		echo \apply_filters( 'wpseo_elementor_hidden_fields', '' );
    
    		echo '</form>';
    	}
    
    	/**
    	 * Returns the slug for the post being edited.