-
-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
Web Lifter edited this page Jan 21, 2025
·
2 revisions
Follow these steps to get started with the WordPress Functionality repository.
Ensure your environment meets the following requirements:
- WordPress Version: 5.0 or higher
- PHP Version: 7.4 or higher
- Access: Administrator-level access to your WordPress installation
-
Clone the Repository Clone the repository to your local machine:
git clone https://github.com/web-lifter/wordpress-functionality
-
Integrate Code Snippets or Scripts Choose the appropriate file(s) from the repository and follow these guidelines:
-
For Snippets:
- Add the code to the relevant file inside your theme or create a custom plugin.
- Test the functionality after adding the snippet.
-
For Scripts:
- Place the script file in your WordPress installation (e.g., in the theme directory or a custom plugin).
- Enqueue the script if necessary using
wp_enqueue_script
.
-
-
Activate and Test
- Ensure your changes are working as expected.
- Debug any issues by reviewing your PHP error logs or browser console.