- install required plugins.', 'albatross' ),
admin_url( 'themes.php?page=tgmpa-install-plugins' )
),
[ 'a' => [ 'href' => [] ] ]
);
?>
-
- here.', 'albatross' ),
esc_url('https://motopress.com/products/albatross/#install-demo-guide')
),
[ 'a' => [ 'href' => [] ] ]
);
?>
- Appearance > Import Demo Data > Manual Demo File Import section and select downloaded files following the instructions.', 'albatross' ),
admin_url( 'themes.php?page=pt-one-click-demo-import' )
),
[ 'a' => [ 'href' => [] ] ]
);
?>
- Appearance > Theme Help to get useful tips for quick theme customization.', 'albatross' ),
admin_url( 'themes.php?page=albatross-theme-help' )
),
[ 'a' => [ 'href' => [] ] ]
);
?>
- Manual Demo File Import section and select downloaded files following the instructions.', 'albatross' ),
[ 'strong' => [] ]
);
?>
add(
'import_demo_data_guide', // Unique ID.
esc_html__( 'Theme installation steps', 'albatross' ), // The title for this notice.
// The content for this notice.
albatross_get_import_demo_data_guide_notice(),
[
'scope' => 'user', // user/global.
'screens' => [ 'themes', 'appearance_page_tgmpa-install-plugins' ],
'type' => 'info', // info, success, warning, error.
'alt_style' => false, // Use alt styles. true/false
'option_prefix' => 'albatross',
]
);
// Add a notice.
$albatross_notices->add(
'import_demo_data', // Unique ID.
esc_html__( 'Important note before importing sample data', 'albatross' ), // The title for this notice.
// The content for this notice.
albatross_get_import_demo_data_notice(),
[
'scope' => 'user', // user/global.
'screens' => [ 'appearance_page_one-click-demo-import' ],
'type' => 'info', // info, success, warning, error.
'alt_style' => false, // Use alt styles. true/false
'option_prefix' => 'albatross',
]
);
// Boot things up.
$albatross_notices->boot();