You appear to be a bot. Output may be restricted
Description
Usage
Tests_Canonical::test_pre_redirect_guess_404_permalink();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/canonical.php
Lines:
1 to 12 of 12
public function test_pre_redirect_guess_404_permalink() { // Test short-circuit filter. add_filter( 'pre_redirect_guess_404_permalink', static function() { return 'wp'; } ); $this->go_to( '/child-page-1' ); $this->assertSame( 'wp', redirect_guess_404_permalink() ); }