No longer kept up to date.
Please see Sridhar's fork.
name = VoxPelli OAuth Test | |
core = 7.x | |
dependencies[] = oauth_common | |
dependencies[] = http_client |
<?php | |
# Instead of | |
$name = 'Jeff'; | |
switch ($name) { | |
case 'Jeff': | |
echo "I'm Jeff"; | |
break; | |
case 'Joe': |
<?php | |
/** | |
* Custom Hacks for PDXWP Meetup | |
*/ | |
/** | |
* Clean up the output of the <head> block | |
*/ | |
function pdxwp_clean_header() { | |
remove_action( 'wp_head', 'feed_links_extra', 3 ); // Display the links to the extra feeds such as category feeds |
No longer kept up to date.
Please see Sridhar's fork.
<?php | |
remove_action('genesis_loop', 'genesis_do_loop'); | |
add_action('genesis_loop', 'custom_do_loop'); | |
function custom_do_loop() { | |
<MY BIZ NAME> chooses not to do business with and will not perform site deployments to, site maintenance on, or site migrations to GoDaddy® or its affiliates (including MediaTemple®) due to its unwieldy hosting platform, its past CEO's inhumane treatment of animals, its deceptive and sexist advertising practices, and its past support for SOPA (the proposed invasive intellectual property rights bill which prompted Reddit, Wikipedia, and others to shut down their sites in protest). | |
For more details, please see http://karveldigital.com/why-i-dont-use-godaddy-you-shouldnt-either/ and http://godaddyhostingsucks.com/. | |
Clients already hosted with GoDaddy may secure more reliable, user-friendly, and ethical hosting through <YOUR PREFERRED REFERRAL HOSTS>. |
These instructions will guide you through the process of setting up local, trusted websites on your own computer.
These instructions are intended to be used on macOS Sierra, but they have been known to work in El Capitan, Yosemite, Mavericks, and Mountain Lion.
NOTE: You may substitute the edit
command for nano
, vim
, or whatever the editor of your choice is. Personally, I forward the edit
command to Sublime Text:
alias edit="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"
The Ticket Import API is used by the Teamwork Desk importer and can be used by others to perform their own import from their own systems.
Endpoint: POST /v1/import/tickets.json
Tickets will be imported to the Inbox with the matching emailSource
if one exists, otherwise they will be put in the Inbox with the id given as fallbackInboxId
.
Customers and agents will be matched by email address, if they do not exists they will be created. Agents created will be marked as "Invited" and will not count against to your agent limit on your Teamwork Desk plan unless activated.