Skip to content

Commit e9ecaea

Browse files
committed
~ Update.
1 parent 72f7cea commit e9ecaea

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

gc-notion/gcn-add-page-emoji-icon.php

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,11 @@
77
*
88
* Instructions:
99
*
10-
* 1. Modify the filter name to scope as needed.
11-
*
12-
* See filter reference for full list of variants: https://gravitywiz.com/documentation/gcn_notion_page_data/
10+
* 1. Install per https://gravitywiz.com/documentation/how-do-i-install-a-snippet/
1311
*
14-
* 2. Update the $emoji variable to change the icon.
12+
* 2. Modify the filter name to scope as needed.<br>See filter reference for full list of variants: https://gravitywiz.com/documentation/gcn_notion_page_data/
1513
*
16-
* Installation:
17-
*
18-
* 1. Install per https://gravitywiz.com/documentation/how-do-i-install-a-snippet/
14+
* 3. Update the $emoji variable to change the icon.
1915
*
2016
* References:
2117
*
@@ -24,7 +20,6 @@
2420
*
2521
* @since 1.0-beta-1.9
2622
*/
27-
2823
add_filter( 'gcn_notion_page_data', function( $page_data, $form, $entry, $feed ) {
2924
/**
3025
* Modify the $emoji variable to change the icon.

0 commit comments

Comments
 (0)