Skip to content

Instantly share code, notes, and snippets.

@barbwiredmedia
Last active February 23, 2023 23:55
Show Gist options
  • Select an option

  • Save barbwiredmedia/8229619 to your computer and use it in GitHub Desktop.

Select an option

Save barbwiredmedia/8229619 to your computer and use it in GitHub Desktop.

Revisions

  1. barbwiredmedia revised this gist Jul 22, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion functions.php
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    // Move Yoast to bottom
    // Move Yoast Meta Box to bottom
    function yoasttobottom() {
    return 'low';
    }
  2. barbwiredmedia created this gist Jan 2, 2014.
    6 changes: 6 additions & 0 deletions functions.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    // Move Yoast to bottom
    function yoasttobottom() {
    return 'low';
    }

    add_filter( 'wpseo_metabox_prio', 'yoasttobottom');