Skip to content

Commit

Permalink
Merge pull request #8 from matiasbenedetto/add/namespace
Browse files Browse the repository at this point in the history
rename main plugin file and add prefix to the function name
  • Loading branch information
matiasbenedetto authored Apr 18, 2024
2 parents b04dcba + f93bf5a commit 233c663
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 233c663

Please sign in to comment.