Skip to content

Instantly share code, notes, and snippets.

View ionurboz's full-sized avatar

Onur ionurboz

View GitHub Profile
@ionurboz
ionurboz / replace-wp-dashboard.php
Created January 30, 2024 13:55 — forked from wpscholar/replace-wp-dashboard.php
Replace the default WordPress dashboard with a custom one
<?php
/**
* Plugin Name: Replace WordPress Dashboard
* Description: Replaces the default WordPress dashboard with a custom one.
* Author: Micah Wood
* Author URI: http://micahwood.me
* Version: 0.1
* License: GPL3
*/
@ionurboz
ionurboz / README.md
Created March 4, 2024 11:34 — forked from abelcallejo/README.md
The missing is_posts_page() function of WordPress

is_posts_page()

Returns boolean whether the current page is the posts page as set from the dashboard.