Skip to content
View jordymeow's full-sized avatar
🏝️
Enjoying life, always!
🏝️
Enjoying life, always!

Block or report jordymeow

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. wplr-sync-extensions wplr-sync-extensions Public

    Extensions for WP/LR Sync

    PHP

  2. meowarts/nekometrics meowarts/nekometrics Public

    Instant access to various metrics and KPIs in a pretty dashboard.

    JavaScript 8 1

  3. SSE (Server-Sent Events) with PHP an... SSE (Server-Sent Events) with PHP and JS / Streaming with PHP
    1
    <?php
    2
    
                  
    3
    // Various links
    4
    // https://serverfault.com/questions/488767/how-do-i-enable-php-s-flush-with-nginxphp-fpm
    5
    // https://stackoverflow.com/questions/72394213/nginx-configuration-for-server-sent-event
  4. media-cleaner-plugin-support.php media-cleaner-plugin-support.php
    1
    <?php
    2
    // Adding action hooks for Media Cleaner plugin
    3
    add_action( 'wpmc_scan_once', 'wpmc_scan_once_PLUGIN_NAME', 10, 0 );
    4
    add_action( 'wpmc_scan_post', 'wpmc_scan_html_PLUGIN_NAME', 10, 2 );
    5
    add_action( 'wpmc_scan_postmeta', 'wpmc_scan_postmeta_PLUGIN_NAME', 10, 2 );
  5. AI Engine: Function Calling AI Engine: Function Calling
    1
    <?php
    2
    
                  
    3
    #region Functions Definitions + Callable Functions
    4
    
                  
    5
    function define_userInfo() {
  6. meow-exit-intent meow-exit-intent Public

    An Exit Intent Popup for Coders.

    PHP