- Plugins: 42
- Active: 41
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 | |
class PluginNameGrunt { | |
/** | |
* PSR-0 compliant autoloader to load classes as needed. | |
* | |
* @static | |
* @access public | |
* @since 1.0.0 |
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 | |
register_settings_on_network( 'option_name', array( 'some' => '1' ) ); | |
function register_settings_on_network( $option_name, $defaults ) { | |
global $wpdb; | |
$blogs = $wpdb->get_results( "SELECT blog_id FROM {$wpdb->blogs}", ARRAY_A ); | |
if ( $blogs ) { |
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 | |
/** | |
* DocBlocks for WordPress | |
* | |
* Structural Elements: | |
* -- to be documented with DocBlocks -- | |
* | |
* class | |
* function (including methods) | |
* variable |
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
module.exports = function (grunt) { | |
grunt.initConfig({ | |
pkg: grunt.file.readJSON('package.json'), | |
uglify: { | |
files: { | |
src: 'assets/js/uber-media.js', | |
dest: 'assets/js/', | |
expand: true, | |
flatten: true, | |
ext: '.min.js' |
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 | |
class EventsConnector { | |
var $events_calendar; | |
public function __construct() { | |
$this->events_calendar = 'the-events-calendar/the-events-calendar.php'; | |
$events_calendar_pro = WP_PLUGIN_DIR . '/events-calendar-pro/events-calendar-pro.php'; |
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
[28-Jul-2014 09:30:06 UTC] PHP Parse error: syntax error, unexpected end of file in /srv/www/wpmu-trunk/wp-content/themes/zephyr/includes/theme-template.php on line 281 |
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
<# | |
# ============================================================================== | |
# | |
# Varying Vagrant Vagrants for Windows | |
# | |
# ============================================================================== | |
@todo VBoxManage extpack install <.vbox-extpack> --replace # https://www.virtualbox.org/manual/ch08.html#vboxmanage-extpack | |
#> |
I hereby claim:
- I am cfoellmann on github.
- I am cfoellmann (https://keybase.io/cfoellmann) on keybase.
- I have a public key whose fingerprint is 3B7F 6B3C 54BF 0A75 C8D9 BF27 896B 7AEE BBC5 717A
To claim this, I am signing this object:
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
PS D:\chocolatey-test-environment> vagrant up > provision.log | |
The following WinRM command responded with a non-zero exit status. | |
Vagrant assumes that this means the command failed! | |
powershell -ExecutionPolicy Bypass -OutputFormat Text -file c:\tmp\vagrant-shell.ps1 | |
Stdout from the command: | |
OlderNewer