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
js | |
wrap jquery inside functions | |
// | |
$jquery needs to be inside // | |
(blur / focus) |
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
class Dog { | |
public $name; | |
public $breed; #######properties | |
public $colour; | |
public function bark() { | |
return 'Woof!'; | |
} | |
public function walk() { | |
return 'Happy dog :)'; | |
} |
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
/* ################# header | |
* Plugin Name: My Plugin Name | |
* Description: A description of my plugin... | |
* Version: 1.0.0 | |
* Author: Your Name | |
* License: GPL-2.0+ | |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt | |
*/ | |
if ( ! defined( 'WPINC' ) ) { | |
die; // so the plugin file can't be accessed directly in browser |
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
# ATS system - which one, how it works | |
tailor keywords to match site | |
# apply to linked in | |
# use PDFs | |
# streamline, simplify | |
# important to have no resume | |
volunteer exp | |
interests |
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
http://localhost:8888/inhab/wp-json/wp/v2/posts | |
post into postman api | |
options gives schematic for api | |
######### GENERATE NONCE LINK | |
function red_scripts() { | |
$script_url = get_template_directory_uri() . '/scripts.js'; | |
wp_enqueue_script( 'jquery' ); |
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
GET http://fourth.academy.red/wp-json/wp/v2/posts | |
http://fourth.academy.red/: URL of the WP installation | |
/wp-json: the endpoint prefix | |
/wp: the namespace of the WP REST API plugin | |
/v2: the version of the WP REST API plugin | |
/posts: the resource you want to get from the server |
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
contact form 7 | |
kint debugger | |
kint php debugger | |
query monitor | |
show current template | |
wp forms lite |
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
###### Traffic sources | |
-linking | |
-ads working? | |
-where to spend | |
-location | |
###### Site metrics | |
-how many people | |
-how many visits | |
-performace / bandwidth |
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
!!GET WEBSITE FROM ANNIKA DO COURSE | |
##### PREPARE FOR SALARY CONVERSATION ##### | |
1) Understand the market and your value | |
# do your homework # | |
* assess own value (salary.com, payscale) - | |
* determine market salary range (glassdoor, indeed, linkedin) | |
2) Know what is important to you |
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
#### Solo Marketing | |
-referals are lifelines | |
-mo clients mo problems | |
-be selective | |
#### Business Development | |
-talk budget | |
-go to events that are attended by people who are my clientelle (small business owners, ect) | |
-prioritize! Reflect on value generated by meetings |