Summery Summery
Determines whether permalinks are being used.
Syntax Syntax
Description Description
This can be either rewrite module or permalink in the HTTP query string.
Return Return
(bool) True, if permalinks are enabled.
Source Source
File: wp-includes/class-wp-rewrite.php
public function using_permalinks() { return ! empty( $this->permalink_structure ); }
Advertisement
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |