mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-30 11:42:22 +08:00
3 lines
71 B
Text
3 lines
71 B
Text
<?php
|
|
add_filter( 'astra_enable_default_fonts', '__return_false' );
|
|
?>
|