Skip to content

Commit 278e693

Browse files
committed
gcn-add-page-emoji-icon.php: Fixed issue in header for HSL.
`gcn-add-page-emoji-icon.php`: Updated to improve HSL output. `gcn-add-page-emoji-icon.php`: Updated again for HSL. ~ Update.
1 parent a0452b6 commit 278e693

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
* when a form entry is being added to or edited in Notion.
77
*
88
* Instructions:
9-
* 1. Modify the filter name to scope as needed.
10-
* * see filter reference for full list of variants: https://gravitywiz.com/documentation/gcn_notion_page_data/)
11-
* 2. Update the $emoji variable to change the icon.
129
*
13-
* Installation:
14-
* 1. Install per https://gravitywiz.com/documentation/how-do-i-install-a-snippet/
10+
* 1. Install per https://gravitywiz.com/documentation/how-do-i-install-a-snippet/
11+
*
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/
13+
*
14+
* 3. Update the $emoji variable to change the icon.
1515
*
1616
* References:
17-
* * GC Notion: https://gravitywiz.com/documentation/gravity-connect-notion/
18-
* * Notion page POST reference: https://developers.notion.com/reference/post-page
17+
*
18+
* - GC Notion: https://gravitywiz.com/documentation/gravity-connect-notion/
19+
* - Notion page POST reference: https://developers.notion.com/reference/post-page
1920
*
2021
* @since 1.0-beta-1.9
2122
*/
22-
2323
add_filter( 'gcn_notion_page_data', function( $page_data, $form, $entry, $feed ) {
2424
/**
2525
* Modify the $emoji variable to change the icon.

0 commit comments

Comments
 (0)