Skip to content
View newfiesoft's full-sized avatar
Block or Report

Block or report newfiesoft

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

  1. my-style-anytime my-style-anytime Public

    This WordPress plugin My Style Anytime helps you to create and customize user types of rules using CSS style sheets. Is very useful among Frontend Developers, who work to create many different styl…

    CSS

  2. multilocaly multilocaly Public

    Based on WordPress multisite creates an independent multilingual website that can be linked to each other and switched on an easy way to use.

    JavaScript 1

  3. How to add WordPress plugin custom l... How to add WordPress plugin custom link in admin page
    1
    <?php
    2
    
                  
    3
    // This help to create additional button after Plugin it is activated Installed Plugins list
    4
    add_filter('plugin_action_links_' . plugin_basename(__FILE__), 'mysat_custom_link_options_plugin', 10, 2);
    5