Changeset 13890 for trunk/src/bp-core/bp-core-theme-compatibility.php
- Timestamp:
- 06/02/2024 01:06:10 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-theme-compatibility.php
r13686 r13890 813 813 * at a given priority will be removed. Otherwise, all callbacks 814 814 * attached to the tag will be removed, regardless of priority. 815 * @return bool True on success.815 * @return bool 816 816 */ 817 817 function bp_remove_all_filters( $tag, $priority = false ) { … … 868 868 * attached to the tag with $priority will be restored. Otherwise, 869 869 * all available filters will be restored, regardless of priority. 870 * @return bool True on success.870 * @return bool 871 871 */ 872 872 function bp_restore_all_filters( $tag, $priority = false ) { … … 1048 1048 * @since 14.0.0 1049 1049 * 1050 * @return bool eanTrue if current theme compat is about a block theme.1050 * @return bool True if current theme compat is about a block theme. 1051 1051 * False otherwise. 1052 1052 */
Note: See TracChangeset
for help on using the changeset viewer.