Skip to content

Instantly share code, notes, and snippets.

@snaptin
snaptin / wp-wc-access-core-pages.php
Created March 25, 2024 09:38 — forked from geomarts/wp-wc-access-core-pages.php
Useful Functions for Accessing Core WordPress/WooCommerce Pages
<?php
/**
* WordPress - Static Front Page
*/
// GET ID
$front_page_id = get_option( 'page_on_front' );
// GET URL
function get_front_page_url() {
@snaptin
snaptin / 0_reuse_code.js
Created August 18, 2014 20:48
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console