Skip to content
Web Lifter edited this page Jan 21, 2025 · 2 revisions

Getting Started

Follow these steps to get started with the WordPress Functionality repository.

Prerequisites

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

Steps to Use the Repository

  1. Clone the Repository Clone the repository to your local machine:

    git clone https://github.com/web-lifter/wordpress-functionality
  2. 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.
  3. Activate and Test

    • Ensure your changes are working as expected.
    • Debug any issues by reviewing your PHP error logs or browser console.
Clone this wiki locally