🐞 fix: Update mennu order for updated ACF page slug
This commit is contained in:
@@ -67,7 +67,7 @@ function customMenuOrder( $menu_ord ) {
|
|||||||
|
|
||||||
return array(
|
return array(
|
||||||
'index.php', // Dashboard.
|
'index.php', // Dashboard.
|
||||||
'acf-options-global-fields', // Global Theme Fields.
|
'global-fields', // Global Theme Fields.
|
||||||
'edit.php?post_type=acf-field-group', // ACF Field Groups.
|
'edit.php?post_type=acf-field-group', // ACF Field Groups.
|
||||||
'separator1', // First separator.
|
'separator1', // First separator.
|
||||||
'edit.php', // Posts.
|
'edit.php', // Posts.
|
||||||
|
|||||||
@@ -212,8 +212,8 @@ add_action(
|
|||||||
function () {
|
function () {
|
||||||
echo '<style type="text/css">
|
echo '<style type="text/css">
|
||||||
.attachment-266x266, .thumbnail img {
|
.attachment-266x266, .thumbnail img {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
</style>';
|
</style>';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user