This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias no='printf "ββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ\nββββββββββββββββββββββββββββββββββββββββ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Function remove_action_by_class | |
* Used to remove notices and nags or other class actions added with class instances (unable to remove with remove_action) | |
* | |
* @param $hook_name | |
* @param $class_and_function_list | |
* @param int $priority |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
machine: | |
php: | |
version: 7.0.4 | |
environment: | |
WP_TESTS_DIR: /tmp/wordpress-tests-lib | |
WP_CORE_DIR: /tmp/wordpress/ | |
PATH: $HOME/.composer/vendor/bin:$PATH | |
dependencies: | |
pre: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
machine: | |
php: | |
version: 7.0.4 | |
environment: | |
WP_TESTS_DIR: /tmp/wordpress-tests-lib | |
WP_CORE_DIR: /tmp/wordpress/ | |
PATH: $HOME/.composer/vendor/bin:$PATH | |
dependencies: | |
pre: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Disable Pings | |
Plugin URI: http://fansided.com | |
Description: Remove the do_pings action | |
Version: 0.1 | |
Author: Maura Teal | |
Author URI: http://fansided.com | |
License: GPL | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Font Awesome icons | |
* | |
* More easily reference Font Awesome icons without needing to use @extends or use the actual classes in the markup. | |
* Icons are current as of Font Awesome v4.3.0 | |
* | |
* Ex: @include fa-icon( 'chevron-down' ); | |
* | |
* @param $icon the name of the icon excluding the fa- prefix | |
* @param $styles when set to true includes the recommended FA styles, false just applies font-family | |
* @param $position by default set to false which means the mixin needs to be used within a pseudo element |