Skip to content
View FesoVel's full-sized avatar

Block or report FesoVel

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. nem-papper-wallet-generator nem-papper-wallet-generator Public

    NEM Papper Wallet Generator

    PHP 2

  2. WordPress - Remove Version Number WordPress - Remove Version Number
    1
    function remove_wp_version() {
    2
    	return '';
    3
    }
    4
    add_filter('the_generator', 'remove_wp_version');
  3. How to add html code to WordPress <h... How to add html code to WordPress <head> using wp_head hook.
    1
    function insert_html_in_header() {
    2
        echo '<<< html here >>>';
    3
    }
    4
    /* Admin Dashboard */
    5
    add_action( 'admin_head', 'insert_html_in_header' );
  4. anilet.js anilet.js Public

    AniLet.js is a lightweight, dependency-free JavaScript library to animate letters individually when they appear in the viewport.

    JavaScript 1

  5. Rate-This-Post Rate-This-Post Public

    PHP

  6. wp-seo-analysis-tool wp-seo-analysis-tool Public

    A plugin the analyses the content of the site for word count, keywords and keyword density. It works with all available public custom post types on the site.

    PHP