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

Organizations

@meowarts

Block or report jordymeow

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 10 2

  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