apply_filters( 'got_url_rewrite', bool $got_url_rewrite )

Filters whether URL rewriting is available.


Parameters

$got_url_rewrite bool
Whether URL rewriting is available.

Top ↑

Source

File: wp-admin/includes/misc.php. View all references

return apply_filters( 'got_url_rewrite', $got_url_rewrite );


Top ↑

Changelog

Changelog
Version Description
3.7.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.