Skip to content

gradints/wordpress-custom-modal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wordpress-custom-modal

this feature make custom modal

HOW TO USE

  • copy folder to child-theme asset

  • open function.php in child theme n copy this code

    require_once('wordpress-custom-modal/logic.php');
  • implementation => display custom modal using shortcode

    [modal id="<MODAL_ID>"]
      <MODAL CONTENT>
    [/modal]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published