Skip to content

Commit

Permalink
rename main plugin file and add prefix to the function name
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto committed Apr 18, 2024
1 parent b04dcba commit f93bf5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php → modern-fonts-stacks-for-font-library.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
Text Domain: modern-fonts-stacks-for-font-library
*/

if ( function_exists( 'wp_register_font_collection' ) ) {
function register_modern_fonts_stacks() {
if ( function_exists( 'mfsffl_wp_register_font_collection' ) ) {
function mfsffl_register_modern_fonts_stacks() {
$categories = array(
array(
'slug' => 'sans-serif',
Expand Down

0 comments on commit f93bf5a

Please sign in to comment.