You can find the answer on the plugin’s page at wordpress.org. Select the tab ‘Other Notes’. You will find it at the example list:
global $post;
// WP page that is a child of page 77
return in_array(77, get_post_ancestors($post));
Edit: As an alternative to your suggestions you may try
global $post;
return !empty(get_post_ancestors($post));
This is an expensive call and should better be used for testing only. But I suspect that there might be something wrong with your page hierarchy. Is it possible that your top level page is not on root level?
Related Posts:
- conditional tags for the output of a plugin
- Between functions.php (theme), widgets, and plugins, which is loaded first?
- Plugin upgrading: Widget settings
- Simple rich text editor in Text widget?
- How To Determine If A Filter Is Called In A Sidebar/Widget Context?
- How can I make my custom shortcode work in a Custom HTML Widget?
- Need to create a Theme demo site that features multiple themes
- Disable Specific Widgets on Selected Pages of a WordPress Website?
- Override dynamic_sidebar() in plugin?
- How do I add a widget programmatically to a newly created site (WPMU) within a plugin?
- How to place random widgets in the WordPress sidebar?
- Override Widget class in plugins with custom plugin
- Pages with 2 Columns
- Can I ignore caching of a plugin in W3 Total Cache? [closed]
- Why is the unrendered widget number `__i__` showing up in the JavaScript but not in the HTML?
- Remove Widgets in Dashboard
- Themes VS Plugins [duplicate]
- Changing widget options via the functions.php when there are no hooks
- How do I register a stylesheet inside a WordPress widget?
- Detect if a plugin was included in a certain page
- Flickr plugin that will display photos from multiple group pools? [closed]
- Multisite Widget/Content
- WordPress author details plugin/widget
- Widget for adding HTML markup to a page
- The plugin generated 3 characters of unexpected output during activation
- Get post values of form created by widget in sidebar
- Archive – same title for the first two posts
- How to add media field to WP_Widget form function?
- changes to widget settings not showing up in individual pages pages until they’re updated [closed]
- Calendar Plugins – Featured Widget [closed]
- WordPress plugin subscribe2 not looking the same as before migration
- Setup page on first login on multisite
- How can I inject options into an select tag inside the widget form?
- Add content to footer – above wp_footer
- How do I use wp_editor() in widget form?
- How to reorder and display a feed to be chronological?
- Hide certain widgets from specific user roles in admin
- How do I find out what is in control over a certain part of a website?
- Sidebar widget: Randomly select text from a given set
- How do I use add_action on custom widget?
- Repeated Output in Widget
- Exclude posts from widget while post is showing on home, single and categories
- Custom widget doesn’t save values from dropdown box
- Register Script in Plugin Widget
- WordPress Apply filter in plugin causes 500 internal error
- Creating a widget and missing jQuery
- jQuery Click event is not fired at all
- strange shortcode error: does shortcodes requires any dependency?
- All custom widgets are not showing in widget area at the same time
- Widget for specific category
- Plugin showing error
- get_term_meta returns false in widget
- How to set the default value as the saved value once a form of widget is saved?
- My widget won’t update its values when save is clicked
- Accessing widget information
- Extend a plugin to include a widget option
- Is there a Image Gallery which will load all my posted Images like twitter’s image grid?
- Setting text widget to one page only
- How to add captcha to publish widget
- Listing all sidebars
- Unable to locate inline CSS causing parts of page to be blank
- How to Add text value in Automatically in this conditions?
- Table of contents (TOC) plugin is not showing header tag
- Widgets are not displaying in the admin panel
- Elementor pro page editing gives error There has been a critical error on this website. Please check your site admin email inbox for instructions
- Can I add Short Code Of A Plugin In The Code Editor of WordPress?
- How to fetch WordPress database values in JavaScript widget
- Adding custom post category to categories widget
- Update widget values from ajax function
- The styles in the recent posts widgets plugin not working
- What is the right way to populate a dropdown from MySql?
- Conditionally load public and admin code with AJAX working on both sides
- How to disable a widget area of a specific page?
- Change WordPress plugin widget `id_base` without breaking widget
- Co-author plus: list of posts by authors in the sidebar
- Widget display in theme
- Hook on widget context plugin to add custom context for widget
- Widget outputs the value but doesn’t save anything inside the textarea
- How to add styling and script to a custom widget plugin
- WordPress Widget: Is it possible to make the form dynamic without updating?
- Customize a widget position
- Adding link on title its in description but not in title see screenshots attached
- Show widget location borders for development
- Cannot access variables within a widget
- How know the “admin” blog from wordpress multisite?
- twitter widget loads properly in all themes except my own theme?
- How can I retrieve data within my widget
- adding image in the header of my dev widget
- Multiple Plugins Interacting with Menu
- Plugin: Unable to Save the Image Alignment Option to Display in the Widget in the Sidebar
- How to get certain part from widget
- What method should I use for a sidebar widget that reads latest posts?
- pre-upload text and video for the future
- Last article Widget with text preview and more button
- Scrolling Ads? Live scrolling widget, not random on refresh
- What are the downsides of using bootstrap in plugin development?
- Can’t edit Contact Us form on front page
- Sidebar Slideshow widget with text [closed]
- Am having issues intergrating this api into my wordpress site, any help please?
- How can I add a zip code service availability checker in WordPress without Woocommerce? [closed]