??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/sendmaxagency.com/wp-content/plugins/surerank/src/global/hooks/use-post-permalink.js
⬅ Kembali
import { useState } from '@wordpress/element';
const usePostPermalink = () => {
const getCurrentPermalink = () => {
if ( ! wp?.data?.select( 'core/editor' ) ) {
return '';
}
const { getPermalink, isCurrentPostPublished } =
wp.data.select( 'core/editor' );
const permalink = getPermalink();
const isPublished = isCurrentPostPublished();
if (
( isPublished && permalink ) ||
( permalink && ! permalink?.includes( 'auto-draft' ) )
) {
return permalink;
}
return '';
};
const [ postPermalink, setPostPermalink ] = useState(
getCurrentPermalink()
);
wp.data.subscribe( () => {
const permalink = getCurrentPermalink();
if ( ! permalink || permalink === postPermalink ) {
return;
}
setPostPermalink( permalink );
} );
return postPermalink;
};
export default usePostPermalink;
Nama
Tipe
Ukuran
Diubah
Aksi
📜 use-admin-settings.js
js
567 B
2026-06-26 15:48
📜 use-ai-modal.js
js
1.6 KB
2026-06-26 15:48
📜 use-auth-polling.js
js
4.2 KB
2026-06-26 15:48
📜 use-form-validation.js
js
4.3 KB
2026-06-26 15:48
📜 use-improve-description.js
js
2.7 KB
2026-06-26 15:48
📜 use-pagination.js
js
2.2 KB
2026-06-26 15:48
📜 use-post-permalink.js
js
829 B
2026-06-26 15:48
📜 use-unsaved-changes.js
js
4.2 KB
2026-06-26 15:48